github.com/go-pg/migrations/v8.Collection.createTable (method)

2 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L395: 		err = c.createTable(db)
		collection.go#L646: func (c *Collection) createTable(db DB) error {